home *** CD-ROM | disk | FTP | other *** search
/ X'Tasies 5 / X'Tasies 5 - Disc 1.iso / mac / Opening.Dir / 00009.ls < prev    next >
Encoding:
Text File  |  1996-09-02  |  152 b   |  8 lines

  1. on exitFrame
  2.   if the duration of cast the castNum of sprite 2 > the movieTime of sprite 2 then
  3.     go(#loop)
  4.   else
  5.     go(the frame + 1)
  6.   end if
  7. end
  8.